C1.Web.Mvc Namespace / FlexMap<T> Class / RenderMarkup Method
the specified writer used to write the markup.

In This Topic
RenderMarkup Method (FlexMap<T>)
In This Topic
Renders the control markup.
Syntax
'Declaration
 
Protected Overridable Sub RenderMarkup( _
   ByVal writer As HtmlTextWriter _
) 
 

Parameters

writer
the specified writer used to write the markup.
See Also